/* Custom CSS by JoshGilson.com */

body {
  background-image: url("/images/Wooden-Background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
}

tr:nth-child(odd) {
  background-color: rgba(240, 240, 240, 0.7);
}

tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.7);
}

.tm-headerbar {
background: #fff;
}

.tm-toolbar {
background: #fff;
}

.tm-block {
background: rgba(255, 255, 255, 0.9);
padding-top: 20px;
}

.form-horizontal .form-actions {
background: none;
}

pre {
word-break: normal;
}

.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
margin-top: 0px;
}

.uk-responsive-height {
margin-top: -90px;
}